Calculation of floating-point numbers in PHP and the solution of inaccurate rounding, rounding inaccurate
Comparison of floating-point calculation resultsA floating-point calculation example is as follows:
Copy the Code code as follows:$a = 0.2+0.7;
First, the computer's fractional calculation is accurate within a certain range, exceeding the range can only approximate value: 计算机存储的浮点数受存储bit位数影响,只能保证一定范围内精准,超过bit范围的只能取近似值。 java中各类型的精度范围参见:http://blog.csdn.net/longshenlmj/article/details/47
Comparison of calculation results of floating point numbersA floating-point count example is as follows:
The code is as follows:
$a = 0.2+0.7;
$b = 0.9;
var_dump ($a = = $b);
The result is: BOOL (false). In other words, 0.2+0.7 's
Numbers, cardinality and representations
integerIntegers are these familiar numbers ...,-1, 0, +1, +2, .... Integer values are also referred to as ' complete ' and are divided into positive numbers (1 to infinity), negative numbers (-1 to
ASP inside the round function is said to be a single-minded rounding function, but the FormatNumber function can also achieve almost equivalent to rounding function, tested, formatnumber than round more accurate. The FormatNumber function is
As the original text has been introduced very well, now is only a few translations and a small supplement.
Example
Copy Code code as follows:
Demo
Format: 9999.99 (range is 0-9999.99) (dynamically modify Alt
The round function can be rounded, it is a rounding function, the following is a look at the syntax of round:1 Math.Round (number)Let's look at a few examples:
The code is as follows
Copy Code
1 document.write
At present, the parallel optimization of the CNN convolutional neural network on the hardware platform is studied, and the relevant knowledge needs to be mended.
Transferred from: http://www.cnblogs.com/kevinq/p/4480563.html
Reference:
1.http://www.
Working with Numbers in PL/SQL (use numbers in PL/SQL) This article gives you all the information you need in order to begin working with Numbers in your PL/SQL programs. numbers in PL/SQLPL/SQL offers a variety of numeric datatypes to suit
Python BASICS (10)-numbers, python basics-Numbers
The topic of this article is numbers in Python. Describes each numeric type in detail, the various operators they apply, and the built-in functions used to process numbers. At the end of the article,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.